|
|
|
|
Item Property, CellCollectionClass Class |
Returns the cell at the specified column index.
Syntax CellCollectionClass Class (Softelvdm.SftTreeNET)
VB |
Public Default ReadOnly Property Item( ByVal ColIndex As Integer ) As CellClass |
C# |
public CellClass this[ int ColIndex ] { get; } |
C++ |
public: property CellClass^ this[ int ] { |
ColIndex
The zero-based column index.
Property Value
The cell at the specified real column ColIndex.
Comments
The Item property returns the cell at the specified column index.
The Item property is the indexer of the CellCollectionClass class, so languages supporting indexers can use array syntax, usually [] or (), to access the Item property.